Migrating to Koji 1.7 ===================== .. reStructured Text formatted The 1.7 release of Koji contains changes that will require a little extra work when updating. These changes are: * DB schema updates to support storage volumes * The change from mod_python to mod_wsgi * The introduction of a separate configuration file for koji-web * Changes to url options DB Schema Updates ----------------- The 1.7 release adds two new tables to the database. The ``volume`` table tracks the names of available storage volumes, and the ``tag_updates`` table tracks changes to tags that are not easily calculated from other tables. There is also a new field in the ``build`` table, ``volume_id``, which indicates which volume a build is stored on. As in previous releases, we provide a migration script that updates the database. :: # psql koji koji